home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr38 / pock30.zip / BROWSE.BAT < prev    next >
DOS Batch File  |  1993-06-05  |  465b  |  14 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. d /Q(//rs-f %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. goto exit
  5. :usage
  6. echo Browse current/specified subdirectories for all or specfied filespecs
  7. echo analysing all subdirectories found
  8. echo usage: BROWSE p1 p2 p3..
  9. echo   e.g. BROWSE /T            "Browse files modified today"
  10. echo        BROWSE *.C /- DEMO*  "Browse *.C files, but ignoring DEMO*"
  11. echo        BROWSE C: D: *.BAK   "Browse drives C: and D: for *.BAK files"
  12. :exit
  13.  
  14.